-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LF] change singature Fetch/Lookup primitive #19598
base: main
Are you sure you want to change the base?
Conversation
ab054bc
to
6ac6dc5
Compare
-- Stakeholder can't lookup without authorization | ||
submitMustFail obs do createAndExerciseCmd (Helper obs) (LookupByKey sig) | ||
-- Stakeholder can lookup with authorization | ||
-- FixMe nuck -- Stakeholder can fetch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does nuck
mean in this context? Or is it meant to be nuke
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on latter comments, maybe non-UCK
is its meaning here? So I guess its an abbreviation of non-unique contract key?
[ ".*fetch.*" | ||
, ".*by key.*" | ||
]) | ||
-- FixMe nuck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, perhaps this should be nuke
?
companion PR digital-asset/ghc#183